net/http.Request.matches (field)
6 uses
net/http (current package)
request.go#L337: matches []string // values for the matching wildcards in pat
request.go#L406: if s := r.matches; s != nil {
request.go#L409: r2.matches = s2
request.go#L1471: return r.matches[i]
request.go#L1480: r.matches[i] = value
server.go#L2826: h, r.Pattern, r.pat, r.matches = mux.findHandler(r)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |